home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dcopy332.zip / DCDEFS.H < prev    next >
C/C++ Source or Header  |  1991-10-13  |  834b  |  26 lines

  1. /*************************************************************
  2.  *                                                           *
  3.  * Program DCOPY - physical sector to sector copy              *
  4.  * Copyright (c) 1986 Joerg Genius, Munich, West-Germany     *
  5.  *                                                           *
  6.  *************************************************************/
  7.  
  8.  
  9. #define VERSION "3.3.2"
  10. #define REV_DATE "910512"
  11.  
  12.  
  13. extern char *text[];
  14. extern char *err_text[];
  15. extern char *d_types[];
  16. extern unsigned int MAX_DRV; 
  17. extern char *disk_buffer;
  18. extern unsigned int blk_p_buffer;
  19. extern int disk_type;
  20.  
  21. struct drive_data { unsigned int sec_p_cluster;
  22.                     unsigned int bytes_p_sec;
  23.                     unsigned int cluster_p_drive;
  24.                     unsigned int sec_p_drive; };
  25.  
  26.